home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / C and C++ / Talking Clock Pro™ / Talking Clock Pro Source / Extension / Headers / notify.h next >
Encoding:
C/C++ Source or Header  |  1993-09-02  |  125 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Notify.h
  3.  */
  4.  
  5. #pragma once
  6. #ifndef notify_h
  7. # define notify_h
  8.  
  9. extern void NotifyStr ( unsigned char * str ) ;
  10.  
  11. #endif
  12.